home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / CLASSES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-05  |  167 b   |  11 lines

  1. #ifndef _CLASSES_
  2. #define _CLASSES_
  3.  
  4. #define DEF_CLASS 0
  5. #define PLAYER_CLASS 1
  6. #define BULLET_CLASS 2
  7. #define MONSTER_CLASS 3
  8. #define FLAG_CLASS 4
  9.  
  10. #endif
  11.